

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, sans-serif;
	background: #fff url("../graphics/bg1.png") repeat-x center top;
	color: #555;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
        margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}
	
	
/* ___| GREEN |_____________________ */


body#green { background: #fff url("../graphics/bg2.png") repeat-x center top; }
body#green menu li a { color: #6FAB6D; }
body#green #header { background: url("../graphics/bg_header2.jpg") no-repeat 0 0; }


/* ___| RED |_____________________ */


body#orange { background: #fff url("../graphics/bg3.png") repeat-x center top; }
body#orange menu li a { color: #E36E20; }
body#orange #header { background: url("../graphics/bg_header3.jpg") no-repeat 0 0; }

	
/* ___| container |_____________________ */


#container { margin: 0 auto; width: 900px; position: relative; }


/* ___| header |_____________________ */


#header { margin: 0; width: 900px; height: 146px; background: url("../graphics/bg_header1.jpg") no-repeat 0 0; float: left; clear: both; }
#header h1 { margin: 26px 0 0 58px; font-size: 230%; }
#header h1 a { color: #000; text-decoration: none; }
#header p#motto { margin: 3px 0 0 58px; font-size: 120%; color: #fff; }
#header p#motto em { font-style: normal; }


/* ___| menu |_____________________ */


menu { margin: 0; padding: 0; float: left; clear: both; position: absolute; top: 115px; left: 45px; }
menu li { margin: 0; list-style: none; float: left; font-size: 120%; }
menu li a { margin: 0; display: block; float: left; padding: 0 15px; height: 30px; line-height: 30px; vertical-align: middle; color: #02c5f4; text-decoration: none; font-weight: bold; }
menu li a:hover { background: #000; }


/* ___| main |_____________________ */


#content { margin: 0; width: 900px; float: none; clear: both; }
#content-text { margin: 40px 0 0 28px; width: 845px; float: left; }
#column-left { margin: 40px 0 0 0; width: 314px; float: left; }


/* ___| content |_____________________ */


#content h2 { margin-bottom: 20px; padding-bottom: 3px; color: #000000; font-size: 140%; border-bottom: 1px solid #999; }
#content p { margin-bottom: 14px; line-height: 150%; }
#content p.text-highlight { color: #000; }


/* ___| footer |_____________________ */


p#footer { margin: 20px 0 0 0; padding-top: 7px; width: 912px; height: 37px; line-height: 130%; background: #E5E5E5; text-align: center; color: #515151; float: none; clear: both; }
p#footer a { color: #515151; text-decoration: none; }
p#footer a:hover { text-decoration: underline; }
